Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitH Class / DestinationFitH Constructor / DestinationFitH Constructor(Page,Nullable<Single>)
The target page.
The top coordinate of the document window.

In This Topic
    DestinationFitH Constructor(Page,Nullable<Single>)
    In This Topic
    Initializes a new instance of the DestinationFitH class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       Optional ByVal top As System.Nullable(Of Single) _
    )
    public DestinationFitH( 
       Page page,
       System.Nullable<float> top
    )

    Parameters

    page
    The target page.
    top
    The top coordinate of the document window.
    See Also